@charset "utf-8";
/* CSS Document */
h1{font-family: "Comic Sans MS"}
h2{font-family: "Comic Sans MS"}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  font-family: "Comic Sans MS";
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}
footer {
	font-family: "Comic Sans MS";
	font-size: 17px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: orange;
	color: white;
	text-align: center;
}


h3 {font-family: "Comic Sans MS"}